home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Magazine / Animation / Players / QT / qt20.readme < prev   
Text File  |  2001-06-29  |  2KB  |  65 lines

  1. Short:    QuickTime player for AGA/CyberGFX. V2.0
  2. Author:   marcus@lysator.liu.se (Marcus Comstedt)
  3. Uploader: marcus@lysator.liu.se (Marcus Comstedt)
  4. Type:     gfx/show
  5. Replaces: gfx/show/qt14*
  6.  
  7. qt (pronounced cute) is a QuickTime movie player for the
  8. Amiga.  I wrote this program because I wanted something
  9. CPU-intense to run on my 68060, so it's main purpose is to eat
  10. computrons, the fact that it also plays movies rather nicely is
  11. just a side effect.  :)
  12.  
  13. The requirements for running qt are:
  14.  
  15.  · 68020 CPU or better
  16.  · AmigaOS 2.04 or better
  17.  
  18. Depending on the actual movie, and the replay mode selected,
  19. an 020 may very well be a tad under specced...
  20.  
  21.  
  22. QuickTime animation formats currently supported are:
  23.  
  24.  · RLE
  25.  · Cinepak
  26.  · Road Pizza
  27.  · JPEG
  28.  · SMC
  29.  · RAW
  30.  
  31.  
  32. Audio codecs supported are:
  33.  
  34.  · MACE
  35.  · IMA4
  36.  
  37.  
  38. Changes from V1.4:
  39.  
  40.   - Complete rewrite; all XAnim based code has been tossed
  41.     out the window, player now uses a module based software
  42.     architecture, all video codecs faster than before,
  43.     audio/video synchronization much improved.
  44.   - qt now defaults to playing directly from disk, heavily
  45.     reducing memory requirements and upstart time.
  46.   - Added support for AmigaOS 2.04.
  47.   - Added support for OCS and ECS (68020+ still required).
  48.   - Public screen replay is now possible for all screen
  49.     modes.
  50.   - Video can be saved as a sequence of ILBM images.
  51.   - Audio can be saved as an 8SVX file.
  52.   - Interactive transport control (pause and seek) added.
  53.   - Nice GUI for improved transport control added.
  54.   - New switches: PAUSE, NOQUIT, BUFFERED, GUI,
  55.     SAVEVIDEO, SAVEAUDIO
  56.   - HAM8 switch renamed to HAM, due to OCS/ECS support.
  57.   - Stereo sound now possible with both audio.device and AHI.
  58.   - 16bit sound implemented for AHI audio mode.
  59.   - Proper implementation of stereo IMA4 sound.
  60.   - GRAY switch now always enables grayscale playback.
  61.   - Dither/HAM replay now possible for palette based movies
  62.     as well.
  63.   - Double buffering now used for native screenmodes.
  64.   - MacBinary files can now be played directly.
  65.